home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11781 < prev    next >
Encoding:
Text File  |  1996-08-05  |  671 b   |  33 lines

  1. Path: news.uh.edu!usenet
  2. From: Sensarn <txs53132@bayou.uh.edu>
  3. Newsgroups: comp.lang.c++
  4. Subject: Why won't this work?
  5. Date: 15 Mar 1996 20:26:50 GMT
  6. Organization: AEtna Insurance Agency
  7. Message-ID: <4icjqa$km4@masala.cc.uh.edu>
  8. NNTP-Posting-Host: sip-14128.public-dialups.uh.edu
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.1 (Windows; U; 16bit)
  13.  
  14. struct human {
  15.     int age;
  16. };
  17.  
  18. void main(void) {
  19.     human bob;
  20.     asm mov ax,bob.age; /* Expression Syntax error here */
  21. }
  22.  
  23. Please help
  24.  
  25. -- 
  26. ______________________________
  27.  
  28. Steven Sensarn
  29. E-Mail - txs53132@bayou.uh.edu
  30. ______________________________
  31.  
  32.  
  33.